home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / qwkn11b1.zip / SINCOS.NET < prev    next >
Text File  |  1996-08-27  |  1KB  |  28 lines

  1. [TRAINING]  PATTERN    %training method
  2. [MINWEIGHTS]  -10    %minimum weight value
  3. [MAXWEIGHTS]  10    %maximum weight value
  4. [PERTURBATION] 20    %maximum weight perturbation
  5. [SATURATION] 80        %saturation threshold
  6. [PREVSAT] 1        %prevent saturation flag
  7. [PLOTMEM] 1        %plot memorization flag
  8. [PATTERNCLIP] 1    %Learned pattern clipping
  9. [TOLERANCE] 0.01    %solution tolerance
  10. [GAIN] 0.1        %learning gain
  11. [MOMENTUM] 0        %learning momentum
  12. [ERRORMARGIN] 0.1    %classification error margin
  13. [RPROPWTINC] 1.2    %RPROP Weight increase
  14. [RPROPWTDEC] 0.5    %RPROP Weight decrease
  15. [RPROPWTMAX] 1e-06    %RPROP Max Weight change
  16. [RPROPWTMIN] 50        %RPROP Min Weight change
  17. [RPROPINIWT] 0.001    %RPROP Initial Weight change
  18. [QUICKPROPMU] 1.75    %QuickProp Max Weight change
  19. [DBDWTINC] 0.06        %DBD Weight increase
  20. [DBDWTDEC] 0.2        %DBD Weight decrease
  21. [DBDAVERAGE] 0.7    %RPROP Weight increase
  22. [EPOCHS] 100000        %max # of training cycles
  23. [LAYERS] 3        %total number of layers
  24. [LAYERDATA] 1 5 2     %# of neurons in each layer
  25. [TRAININGFILE] SINCOS.TRN
  26. [WEIGHTSFILE] SINCOS.WTS
  27. [TESTFILE] SINCOS.TST
  28.